home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / NETWATCH / CHANGES.{_5 < prev    next >
Text File  |  1999-09-17  |  3KB  |  96 lines

  1. May 30th, 1997
  2. For 0.7 Release...
  3. Added a SERVICE process fed by pipes and primed by signals to 
  4. resolve NAMES from ADDRESSES (which has been a HUGE factor in the
  5. Netwatch slowdown in processing). Process is called "netresolv"
  6. and is started via "netwatch" itself... should also be killed via
  7. "netwatch" on exit....
  8.  
  9. Mar. 15th, 1997
  10. OK... non-blocking "select" call (because Linux seems to MISS certain
  11. packets to get through "select"... causing blocking)
  12.  
  13. Mar. 14th, 1997
  14. Multitude of Speed Fixes
  15. Removing STATNET specific code
  16. Non-blocking socket usage!!! (Why? Wait at select call... don't wait
  17.     at recvfrom()
  18.  
  19. Mar. 12th, 1997
  20. Oops..BUG FIX.. SEGV..  fixed bad array lengths in gh.c....
  21.  
  22. Mar. 12th, 1997
  23. Added Host tracing with FULL screen mode ('z' command while in 's' mode)
  24. Removed -O2 compile option to fix performance problem (??? WHY ???)
  25. Changed old 's' command to be 'l' for logging to file
  26.  
  27. Feb. 24th, 1997
  28. Changed keyboard handler to be invoked via select call rather than
  29. a polling method...
  30. Added HOST selection for monitoring the last 10 packets of a specific site
  31. Added 's' command for saving (appending to a log file)
  32. Uses /proc/net/route to pick up configuration info... if there
  33. Calls home for simple network registration... packet info restricted to
  34.     very generic info... not even user name
  35.  
  36. Feb. 15th, 1997
  37. For 0.5c release
  38. Added support for REMOTE/LOCAL packet/byte monitoring
  39. Added command for eliminating DOMAIN service remote sites (Display only)
  40.     'd' command
  41. Added command to eliminate the OLD (i.e. BLUE) sites (local & remote)
  42.             (Display only)
  43.     'b' command
  44.  
  45. Sept. 27th, 1996
  46. For 0.5b release
  47. Fixed <ncurses.h> missing in the NEW Linux distributions...
  48. MUST #define OLDLINUX to have the old version support... see netwatch.h
  49. and uncomment that line... (if you need ncurses.h)
  50.  
  51. Aug. 27th, 1996
  52. For 0.5a release
  53.  
  54. Fixed REDRAW bug... so display is cleaner without refresh problem
  55.  
  56. Added ^L to allow screen redraw if someone writes to the display
  57. during program execution
  58.  
  59. Added reliable signal handler to a) use "sigaction" 
  60.                  b) handle INTR and HUP signals gracefully
  61.  
  62. Vt100 and other B/W ttys should work now...
  63.  
  64.  
  65. For 0.5 Release
  66.  
  67. 1.0    Made workaround for NCURSES bug which caused "hang" at a
  68.     "getch()" even though there is a NODELAY option in effect.
  69.  
  70. 2.0    Added HELP feature - displaying HELP pages on request (H or F1 key)
  71.  
  72. 3.0    Added Watch Facility - to display router stats including
  73.     maximum burst rates (on a second interval in BITS/SEC)
  74.     Ability to Clear Burst info ('c' key)
  75.  
  76. 4.0    Added command line argument handling to
  77.     a)    set another config file other than /etc/rc.d/rc.inet1
  78.     b)    handle eth1 or another eth device (No way to verify it
  79.         here!)
  80.  
  81. Aug. 23rd , 1996
  82.  
  83. For 0.4 Release...
  84.  
  85. 1.0    Revamped the "processrcinet.c" routine to PARSE the
  86.     "ifconfig" line and be smarter about GLOBAL variables in
  87.     use as opposed to hard coded addresses.
  88.  
  89.     NOTE: As global variables, it still assumes IPADDR and
  90.          NETMASK as the names of info that it picks up.
  91.  
  92. 2.0    New Statistics
  93.     - router throughput (updated per minute -- roughly )
  94.     - new option for actual BYTE counts received and transmitted
  95.  
  96.